home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
merlin
/
start
< prev
next >
Wrap
Text File
|
1999-07-12
|
1KB
|
61 lines
;
; An assign MCP: to the directory with this script is expected
;
if not exists mcp:
echo "Error: You need an assign mcp: to the main directory."
quit
endif
if exists mcp:fonts
assign add FONTS: mcp:fonts
endif
;;; For future Trion libs
if exists mcp:libs
assign add LIBS: mcp:libs
endif
;;; Make sure important directories exist
if not exists mcp:temp
makedir mcp:temp
endif
path mcp:bin mcp:scripts add
;Resident mcp:bin/mcp PURE
run MPS ; start Handler (suplies screen and services)
run MCP main ; start Gui program with "main.mcp"
run SndHnd >nil: ; start Sound handler
run mcp drivestest ;sdrives
run mcp colortest
run mcp myAmiga
run mcp Agent
run mcp earth
run mcp gal
run mcp:bin/scheduler ONTRION
; run mcp:bin/stopbutton INSTALL
Wait 3
sndevent -L gost_AmircStart 9 ; load sample 9
sndevent -L startrek-alert 10 ; load sample 10
sndevent -P 9 ; play sample 9
sndevent -U 9 ; unload sample 9
; sndevent -q